home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / Window Context / Window.r < prev   
Encoding:
Text File  |  1994-03-04  |  929 b   |  39 lines  |  [TEXT/MPS ]

  1. //    Copyright:    © 1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        Scott Searle (original)
  3. //                Victor J. Hnyp (extensions)
  4. //                Dave Lyons
  5. //    Date:        4-Mar-94
  6.  
  7. // Revisions
  8. //
  9. //    03/04/94    DAL    3.01    Updated version to 1.0b7.
  10. //
  11. //    04/08/93    VJH    2.07    Moved:    isFindDialog, isFindMoreDIalog back to Dialog module
  12. //
  13. //    03/13/93    VJH    2.06    Moved:    isFindDialog, isFindMoreDIalog here temporarily
  14. //
  15. //    03/09/93    VJH    2.05    Fixed:    isFront, isOpen containsAnything
  16. //
  17. //    03/03/93    VJH    2.04    Fixed:    Patch to ignore "Desktop" within the windowlist
  18. //
  19. //    02/24/93    VJH    2.03    Added isShareWindowOpen and isShareWindowActive
  20. //
  21. //    02/08/93    VJH    2.02    First 1.0 beta release
  22.  
  23. #include "Types.r"
  24. #include "SysTypes.r"
  25.  
  26.  
  27. resource 'vers' (1)
  28. {
  29.     0x01, 0x00, beta, 0x07, verUS,
  30.     "1.0b7",
  31.     "1.0b7 04-Mar-94, ©1993-94 Apple Computer, Inc. All rights reserved."
  32. };
  33.  
  34. resource 'vers' (2)
  35. {
  36.     0x01, 0x00, beta, 0x07, verUS,
  37.     "1.0b7",
  38.     "APPLE CONFIDENTIAL"
  39. };